home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / FD2Inline / include / proto-src / wb.h < prev   
Encoding:
C/C++ Source or Header  |  1998-02-21  |  410 b   |  23 lines

  1. #ifndef PROTO_WB_H
  2. #define PROTO_WB_H
  3.  
  4. #ifndef DOS_DOSEXTENS_H
  5. #include <dos/dosextens.h>
  6. #endif /* !DOS_DOSEXTENS_H */
  7.  
  8. #include <clib/wb_protos.h>
  9.  
  10. #ifdef __GNUC__
  11. #include <inline/wb.h>
  12. #endif /* __GNUC__ */
  13.  
  14. #ifndef __NOLIBBASE__
  15. extern struct Library *
  16. #ifdef __CONSTLIBBASEDECL__
  17. __CONSTLIBBASEDECL__
  18. #endif /* __CONSTLIBBASEDECL__ */
  19. WorkbenchBase;
  20. #endif /* !__NOLIBBASE__ */
  21.  
  22. #endif /* !PROTO_WB_H */
  23.